﻿<?xml version="1.0" encoding="utf-8"?>
<RadGridView>
  <Columns>
    <Column name="Edit" isvisable="true" width="50" />
    <Column name="Row" isvisable="true" width="79" />
    <Column name="ID" isvisable="true" width="100" />
    <Column name="CustomerRef" isvisable="false" width="100" />
    <Column name="CustomerName" isvisable="true" width="200" />
    <Column name="Mobile" isvisable="false" width="200" />
    <Column name="Amount" isvisable="true" width="150" />
    <Column name="CostusItemAmount" isvisable="true" width="150" />
    <Column name="PayAmount" isvisable="true" width="150" />
    <Column name="CostusRemainAmount" isvisable="true" width="150" />
    <Column name="StartDate" isvisable="true" width="200" />
    <Column name="PeriodType" isvisable="true" width="81" />
    <Column name="PeriodCount" isvisable="true" width="135" />
    <Column name="CostusCount" isvisable="true" width="150" />
    <Column name="CountPay" isvisable="true" width="171" />
    <Column name="Completed" isvisable="false" width="100" />
    <Column name="RefTable" isvisable="false" width="100" />
    <Column name="Description" isvisable="true" width="200" />
    <Column name="CostusItems" isvisable="false" width="100" />
  </Columns>
</RadGridView>